DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase<TCommandBuilderImpl> Class
Members

In This Topic
    C1CommandBuilderBase<TCommandBuilderImpl> Class
    In This Topic
    Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database. This is an abstract class that can only be inherited.
    Object Model
    C1CommandBuilderBase<TCommandBuilderImpl> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1CommandBuilderBase(Of TCommandBuilderImpl) 
       Inherits C1CommandBuilderBase
    public abstract class C1CommandBuilderBase<TCommandBuilderImpl> : C1CommandBuilderBase 
    Type Parameters
    TCommandBuilderImpl
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommandBuilder
                C1.DataConnector.AdoNet.C1CommandBuilderBase
                   C1.DataConnector.AdoNet.C1CommandBuilderBase<TCommandBuilderImpl>
                      C1.AdoNet.CSV.C1CSVCommandBuilder
                      C1.AdoNet.D365S.C1D365SCommandBuilder
                      C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsCommandBuilder
                      C1.AdoNet.Json.C1JsonCommandBuilder
                      C1.AdoNet.Kintone.C1KintoneCommandBuilder
                      C1.AdoNet.Magento.C1MagentoCommandBuilder
                      C1.AdoNet.OData.C1ODataCommandBuilder
                      C1.AdoNet.QuickBooksOnline.C1QuickBooksOnlineCommandBuilder
                      C1.AdoNet.Salesforce.C1SalesforceCommandBuilder
                      C1.AdoNet.ServiceNow.C1ServiceNowCommandBuilder

    See Also